projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bd91fd
)
(flyspell-large-region): Use ispell-call-process-region.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Mar 2007 03:31:29 +0000
(
03:31
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Mar 2007 03:31:29 +0000
(
03:31
+0000)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index a6bd082af38b4edad8af46cb2c39b92b9d48c11f..7c1e1566a9f071b9c6303a68720b13e789a4c8e0 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-1509,7
+1509,7
@@
The buffer to mark them in is `flyspell-large-region-buffer'."
(if flyspell-issue-message-flag (message "Checking region..."))
(set-buffer curbuf)
(ispell-check-version)
- (let ((c (apply 'call-process-region beg
+ (let ((c (apply '
ispell-
call-process-region beg
end
ispell-program-name
nil